home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 August / August CD.bin / Shareware / Education / numericalmethods Folder / contents next >
Encoding:
Text File  |  1994-06-05  |  1.8 KB  |  72 lines  |  [MATS/MATL]

  1.  
  2.                NUMERICAL METHODS:
  3.                MATLAB Programs
  4.            (c) 1994 by John H. Mathews
  5.  
  6.                  To Accompany
  7.  
  8.                NUMERICAL  METHODS
  9.             for Mathematics, Science,
  10.                 and Engineering
  11.                 Second Edition
  12.                PRENTICE HALL, INC.
  13.           Englewood Cliffs, NJ 07632
  14.                (c) 1992, 1987 by
  15.                 John H. Mathews
  16.      California State University, Fullerton
  17.          E-mail  mathews@fullerton.edu
  18.  
  19.  
  20.    This free software is complements of the author.
  21. It is permissible to copy this software for educational purposes, provided
  22. that it is used with the textbook. The software may not be sold for profit and
  23. may only be sold in such a way that the cost of reproduction are recovered.
  24.  
  25.  
  26.  
  27.                        PREFACE
  28.  
  29.      This disk contains numerical methods software coded in 
  30. MATLAB.  The algorithms are described in the text NUMERICAL 
  31. METHODS for Mathematics, Science, and Engineering.  
  32.  
  33.   The printed version of this material is titled 
  34. "MATLAB Programming Guidebook for NUMERICAL METHODS."
  35.  
  36.      The author appreciates correspondence regarding both the
  37. textbook and the supplements. You are welcome to correspond
  38. by mail or electronic mail.
  39.  
  40. Prof.  John  H.  Mathews
  41. Department of Mathematics
  42. California State University Fullerton
  43. Fullerton, CA  92634
  44. (714) 773-3631
  45. (714) 773-3196
  46. mathews@fullerton.edu
  47.  
  48.  
  49.  
  50.  
  51.                    CONTENTS
  52.  
  53. 2.    The Solution of Nonlinear Equations f(x) = 0
  54.  
  55. 3.    The Solution of Linear Systems  AX = B
  56.  
  57. 4.    Interpolation and Polynomial Approximation
  58.  
  59. 5.    Curve Fitting
  60.  
  61. 6.    Numerical Differentiation
  62.  
  63. 7.    Numerical Integration
  64.  
  65. 8.    Numerical Optimization
  66.  
  67. 9.    Solution of Differential Equations
  68.  
  69. 10.    Solution of Partial Differential Equations
  70.  
  71. 11.    Eigenvalues and Eigenvectors
  72.